SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 59928: SAS® Object Spawner crashes due to excessive file descriptors being open

DetailsHotfixAboutRate It

When there are an excessive number of file descriptors open, a SAS Object Spawner might crash, leaving a core file and traceback. This is a rare scenario that is more likely to occur under Linux, where the FD_SETSIZE is only 1,024.

There is no easy way to determine whether this issue is the specific cause of your spawner's crash. SAS developers must examine the core file.

This problem is caused by the use of the select() function. The solution is for the underlying code to use the poll() function instead. The hot fix recompiles the code with the new function calls.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Integration TechnologiesLinux for x649.4_M39.4_M59.4 TS1M39.4 TS1M5
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.